-- card: 2085 from stack: in -- bmap block id: 9139 -- flags: 4000 -- background id: 3015 -- name: Info2 -- part 2 (button) -- low flags: 00 -- high flags: A003 -- rect: left=185 top=222 right=244 bottom=285 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: What else? ----- HyperTalk script ----- on mouseUp visual effect dissolve go to card "what else" end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A003 -- rect: left=185 top=190 right=212 bottom=285 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Instructions ----- HyperTalk script ----- on mouseUp visual effect scroll right go to card "Instructions" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A003 -- rect: left=185 top=158 right=180 bottom=285 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Information ----- HyperTalk script ----- on mouseUp visual effect scroll left go to card "Information" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: A003 -- rect: left=185 top=254 right=276 bottom=285 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Back ----- HyperTalk script ----- on mouseUp visual effect iris open go to card "Info" visual effect iris close go to card "Primary Card" end mouseUp